runtime.g.asyncSafePoint (field)
8 uses
runtime (current package)
debugcall.go#L156: gp.asyncSafePoint = true
debugcall.go#L201: gp.asyncSafePoint = false
mgcmark.go#L959: if debugScanConservative && gp.asyncSafePoint {
preempt.go#L321: gp.asyncSafePoint = true
preempt.go#L343: gp.asyncSafePoint = false
proc.go#L4375: if gp.asyncSafePoint {
runtime2.go#L521: asyncSafePoint bool
stack.go#L1227: if gp.asyncSafePoint {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)